x86: No need to sync_local_execstate() during CPU hot-unplug.
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 20 Apr 2010 06:54:47 +0000 (07:54 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 20 Apr 2010 06:54:47 +0000 (07:54 +0100)
commit6da2b1ae559126b753c7c653b31bd83b56962bbc
tree786099deee45d1d52e91180df4c2095fae4b1f2d
parent6de4ee40f3ae314d69daacc52fef59e0cda7c429
x86: No need to sync_local_execstate() during CPU hot-unplug.

This is done implicitly when we enter stopmachine_run() context,
because the underlying tasklet mechanism performs the sync before
running a tasklet handler.

Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/arch/x86/smpboot.c